From: Felix Fietkau Date: Tue, 5 Aug 2008 08:54:52 +0000 (+0000) Subject: fix dibbler compile on avr32 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=4945046f6a00a2a583b52291e208e5a535e2d622;p=openwrt%2Fsvn-archive%2Fpackages.git fix dibbler compile on avr32 SVN-Revision: 12132 --- diff --git a/ipv6/dibbler/Makefile b/ipv6/dibbler/Makefile index 08ed75fd7..1b9ce728c 100644 --- a/ipv6/dibbler/Makefile +++ b/ipv6/dibbler/Makefile @@ -93,12 +93,12 @@ define Build/Configure endef # link stuff missing from uClibc++ but present in stdc++ statically -CXX_LIBS:= -nodefaultlibs -luClibc++ -Wl,-Bstatic,-lstdc++,-Bdynamic -lm +CXX_LIBS:= -nodefaultlibs -luClibc++ -Wl,-Bstatic,-lstdc++,-Bdynamic -lm -lgcc define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ $(TARGET_CONFIGURE_OPTS) \ - PORT_CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS) -fno-builtin -fno-rtti" \ + PORT_CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS) -fno-builtin" \ PORT_LDFLAGS="$(TARGET_LDFLAGS)" \ DEBUGINFO= \ CXXLD="$(TARGET_CC)" \